XMLStyleSheet Class

This is used for XML documents that represent XSLT stylesheets that will be applied to another XML document using the Transform method of the XMLDocument class.

Events

None

Properties

None

Methods

LoadXML


More information available in parent classes: XMLDocument:XMLNode:Object


Constructors

NameParametersDescription
XMLStyleSheet Creates an empty XSL document.
XMLStyleSheet XML as String Parses an XML string into an XSL document
XMLStyleSheet f as FolderItem Parses an XML file into the XSL document.